home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 9
/
FM Towns Free Software Collection 9.iso
/
t_os
/
tool
/
extdrv
/
src
/
disk.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-11-16
|
674b
|
43 lines
struct partent {
u_char boot;
u_char sig;
u_long offset;
u_long length;
u_char passwd[6];
u_char type[16];
u_char name[16];
};
struct partinfo {
long sig;
u_long offset, length;
u_char name[17];
u_char type[17];
u_char passwd[7];
};
struct bootsector {
u_char jump[3];
u_char version[8];
u_short sectsiz;
u_char cluster;
u_short n_reserv;
u_char n_fat;
u_short n_dir;
u_short n_sect;
u_char media;
u_short fatsiz;
u_short trksiz;
u_short n_head;
u_long n_hidden;
u_long hugesect;
u_char drive;
u_char reserv1;
u_char boot;
u_long volume;
u_char label[11];
u_char type[8];
};
#define UNIT_ATN 0x06